Move formats below names in cap table.
authorrobertl <robertl>
Mon, 18 Jan 2010 21:04:28 +0000 (21:04 +0000)
committerrobertl <robertl>
Mon, 18 Jan 2010 21:04:28 +0000 (21:04 +0000)
gui/setup.iss
tools/mkcapabilities.in

index 3338ebdec6cd92f2630c0ef809b2a6a99ec088b9..eb975f77b17c2b58eca045d22d933230c87c5cd4 100755 (executable)
@@ -1,4 +1,4 @@
-; $Id: setup.iss,v 1.14 2010/01/18 20:44:24 robertl Exp $\r
+; $Id: setup.iss,v 1.15 2010/01/18 21:04:28 robertl Exp $\r
 ;\r
 ; NOTE: setup.iss is generated from setup.iss.in via autoconf.\r
 ; The generated setup.iss is checked in to help keep the version numbers\r
index 5157a2a3444d530297a28d331499dcf9f9a31e23..9e31917b17f349aa9d471815a3bdc1c0711cdd23 100755 (executable)
@@ -5,10 +5,9 @@
 function getcap(type, cap, sname, lname) {
        if (type == "internal") return
        print "<tr>"
-       print "<td class=\"fmtline\">" lname "</td>"
+       print "<td class=\"fmtline\">" lname "<br >"
 
-       print "<td class=\"c4\"> <a href=\"htmldoc-development/fmt_" sname ".html\">" sname "</a></td>"
-       # This is bad...
+       print "<a href=\"htmldoc-development/fmt_" sname ".html\">" sname "</a></td>"
        
        for (i = 1; i <= 6; i++) {
                c = substr(cap, i, 1)